home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
-
- void ag_about()
- {
- printf("Content-Type: text/html\n\n");
- printf("<HTML>\n");
- printf("<HEAD>\n");
- printf("<TITLE>AppGEN Development System</TITLE>\n");
- printf("</HEAD>\n");
- printf("<BODY BGCOLOR=\"#ffffff\">");
- printf("<H1><IMG SRC=\"/ag/appgen.gif\"> WWW Development System for Postgres95</H1>\n");
- printf("<HR>\n");
- printf("<B>Copyright (c) 1996, Andrew Whaley</B>\n");
- printf("<BR><BR><BR>\n");
- printf("This application was produced using AppGEN v0.2 internet application development \n");
- printf("system. Please refer to the package documentation for further information. \n");
- printf("</BODY></HTML>\n");
- }
-